#define set_env_var(var) printf(#var) set_env_var(hello_world)
위 문장은 printf("hello_world") 를 호출하는 것 처럼 동작한다.
가끔 쓰는데.. 매번 까먹음..
##은 토큰 붙이기.
##